A repository that contains Docker (OCI format) base images for Node.js (that I used in my projects)
Available on Docker Hub and GitHub Container Registry!
There are dev
flavor images available which is mainly used for building Node.js Docker images.
These images are meant to be used in a multi-stage build configuration, which is build stage (installing, deps compiling, compiling, etc), and final stage (production image)